home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_glimpse.idb / usr / freeware / src / glimpse-3.0 / libtemplate / include / paths.h.z / paths.h
C/C++ Source or Header  |  1997-09-09  |  429b  |  26 lines

  1. /* Generated automatically from paths.h.in by configure. */
  2. #ifndef _PATHS_H_
  3. #define _PATHS_H_
  4.  
  5. #ifndef CMD_PERL
  6. #define CMD_PERL    "/usr/local/perl"
  7. #endif
  8.  
  9. #ifndef CMD_GZIP
  10. #define CMD_GZIP    "/usr/local/gzip"
  11. #endif
  12.  
  13. #ifndef CMD_GUNZIP
  14. #define CMD_GUNZIP    "/usr/local/gunzip"
  15. #endif
  16.  
  17. #ifndef CMD_UNZIP
  18. #define CMD_UNZIP    "/usr/local/unzip"
  19. #endif
  20.  
  21. #ifndef CMD_UNCOMPRESS
  22. #define CMD_UNCOMPRESS    "/usr/ucb/uncompress"
  23. #endif
  24.  
  25. #endif
  26.